home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2008 #18 / KCD200818.ISO / Euro Truck / ets_1_00_setup.exe / base.scs / effect / generic / dry_void / nv3x.vp < prev    next >
Text File  |  2008-07-25  |  799b  |  21 lines

  1. !!ARBvp1.0
  2. # cgc version 2.0.0015, build date May 15 2008
  3. # command line args: -quiet -fastprecision -I../../src/shaderlib/effect -profile arbvp1 -DPATH_NV3X
  4. # source file: effect/dry_void/dry.void.cg
  5. #vendor NVIDIA Corporation
  6. #version 2.0.0.15
  7. #profile arbvp1
  8. #program vertex_main
  9. #semantic vertex_main.transform
  10. #var float4 v.position : $vin.POSITION : POSITION : 0 : 1
  11. #var float4x4 transform.mvp_matrix :  : c[1], 4 : 1 : 1
  12. #var float4x4 transform.mv_matrix :  : , 4 : 1 : 0
  13. #var float4 vertex_main.position : $vout.POSITION : HPOS : -1 : 1
  14. PARAM c[5] = { program.local[0..4] };
  15. DP4 result.position.w, vertex.position, c[4];
  16. DP4 result.position.z, vertex.position, c[3];
  17. DP4 result.position.y, vertex.position, c[2];
  18. DP4 result.position.x, vertex.position, c[1];
  19. END
  20. # 4 instructions, 0 R-regs
  21.